.jcgmt-container {
    float:right;
    padding: 3px;
}
.jcgmt-container .jcgmt-lbl {
	
    font-size:10px;
    color: #ffffff;
    line-height: 22px;

    
    text-align: center;
    padding-bottom: 5px;
    width: 68px;
    margin: 0 auto;
}
.jcgmt-clockHolder {
    width:50px; 
    margin:0 auto;
    position:relative;
    overflow: hidden;
}
.jcgmt-sec,
.jcgmt-min,
.jcgmt-hour {
    display:block;
    position:absolute;
}

.jcgmt-rotatingWrapper {
    position:absolute;
    width:50px;
    height:50px;
}
.jcgmt-digital,
.jcgmt-date {
    font-weight:bold;
    font-size: 12px;
    color: #444444;
    text-align:center;
    margin-left:8px;
}
